ServiceCreateItem Method (Item, StandardFolder, SendMeetingInvitations) |
Creates an item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId CreateItem(
Item item,
StandardFolder standardFolder,
SendMeetingInvitations sendMeetingInvitations
)
Public Function CreateItem (
item As Item,
standardFolder As StandardFolder,
sendMeetingInvitations As SendMeetingInvitations
) As ItemId
Parameters
- item
- Type: Independentsoft.ExchangeItem
The item to create. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder in which to place the newly created item. - sendMeetingInvitations
- Type: Independentsoft.ExchangeSendMeetingInvitations
The send meeting invitations.
Return Value
Type:
ItemIdThe ItemId of the created item.
See Also